home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------------------------
- * Category
- *
- * Category Of: List
- *
- * Declared In: MiscListSorting.h
- *
- * Category Description
- *
- * <<Documentation>>
- *
- *
- *
- * $Log$
- *
- * Copyright (C) 1995 Vince Demarco, vdemarco@bou.shl.com
- * Use is governed by the MiscKit license
- *--------------------------------------------------------------------------*/
- #import <objc/List.h>
-
-
-
-
- @interface List (MiscListSorting)
- - swap:(unsigned int)pos with:(unsigned int)pos2;
- /* -1,0,1 lessThan,Equal,GreaterThan */
- - (int)compareUsing: (SEL)aSelector
- objectAt: (unsigned int) pos1: (unsigned int)pos2;
- - sortUsing:(SEL)aSelector ascending:(BOOL)aBool;
- @end
-